home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Controls / Visual Basic Controls.iso / vbcontrol / dpdlg / picture.h < prev    next >
Encoding:
C/C++ Source or Header  |  1997-07-12  |  1.3 KB  |  40 lines

  1. #if !defined(AFX_PICTURE_H__B1EE6A4F_FB28_11D0_9F5E_B42103C10710__INCLUDED_)
  2. #define AFX_PICTURE_H__B1EE6A4F_FB28_11D0_9F5E_B42103C10710__INCLUDED_
  3.  
  4. #if _MSC_VER >= 1000
  5. #pragma once
  6. #endif // _MSC_VER >= 1000
  7. // Machine generated IDispatch wrapper class(es) created by Microsoft Visual C++
  8.  
  9. // NOTE: Do not modify the contents of this file.  If this class is regenerated by
  10. //  Microsoft Visual C++, your modifications will be overwritten.
  11.  
  12. /////////////////////////////////////////////////////////////////////////////
  13. // CPicture wrapper class
  14.  
  15. class CPicture : public COleDispatchDriver
  16. {
  17. public:
  18.     CPicture() {}        // Calls COleDispatchDriver default constructor
  19.     CPicture(LPDISPATCH pDispatch) : COleDispatchDriver(pDispatch) {}
  20.     CPicture(const CPicture& dispatchSrc) : COleDispatchDriver(dispatchSrc) {}
  21.  
  22. // Attributes
  23. public:
  24.     long GetHandle();
  25.     long GetHPal();
  26.     void SetHPal(long);
  27.     short GetType();
  28.     long GetWidth();
  29.     long GetHeight();
  30.  
  31. // Operations
  32. public:
  33.     // method 'Render' not emitted because of invalid return type or parameter type
  34. };
  35.  
  36. //{{AFX_INSERT_LOCATION}}
  37. // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
  38.  
  39. #endif // !defined(AFX_PICTURE_H__B1EE6A4F_FB28_11D0_9F5E_B42103C10710__INCLUDED_)
  40.